home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1329.ZIP / PROPLAY / SAMPLE1.KNT < prev    next >
Text File  |  1988-07-13  |  1KB  |  25 lines

  1. -1  ................... Ace
  2.  1   1    1    2  .....   2,    3,     4,    5
  3.  1   1    1    1  .....   6,    7,     8,    9
  4. -2  -2   -2   -2  .....  10, Jack, Queen, King
  5.  0  ................... begin count with
  6.  0  ................... bias  count ======> start count - (bias * (NumDecks-1))
  7. -4  ................... start of poor condition
  8.  2  ................... bias  start of poor, start poor - (bias * (NumDecks-1))
  9.  4  ................... start of rich condition
  10.  2  ................... bias  start of rich, start rich + (bias * (NumDecks-1))
  11. -9  ................... start of very poor condition
  12.  3  ................... bias very poor, start very poor - (bias * (NumDecks-1))
  13.  9  ................... start of very rich condition
  14.  3  ................... bias very rich, start very rich + (bias * (NumDecks-1))
  15.  3  ................... AceAdj  -- add 1 to aces expected when remainder > this
  16. 12  ................... UnitAdj -- add 1 when remainder > this value
  17. 52  ................... UnitAmt -- divisor to get units remaining
  18. 52  ................... report cards left: 52=decks; 26=1/2 decks, 1=cards
  19. Decks ................. report headings       MAX LENGTH = 5
  20. ++rich ................ very rich condition   MAX LENGTH = 6
  21. rich   ................ rich condition        MAX LENGTH = 6
  22. normal ................ normal condition      MAX LENGTH = 6
  23. poor   ................ poor condition        MAX LENGTH = 6
  24. --poor ................ very poor condition   MAX LENGTH = 6
  25.